home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / onetime.zip / ZDEL.DOC < prev    next >
Text File  |  1995-04-26  |  2KB  |  45 lines

  1.                                      ZDEL
  2. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  3.  
  4.  
  5. ZDEL is a utility to securely delete files so that they cannot be retrieved, 
  6. nor can any information about their content can be recovered. It works by 
  7. overwriting every byte in the target file with '01', then overwriting every 
  8. byte with '255', thus resetting and setting almost all the bits of 
  9. information in the file. At this point, every byte in the target file is 
  10. overwritten by the character 'Z'. Finally, the file is deleted. Use of 
  11. UNDELETE-type utilities will restore a file that contains only the character 
  12. 'Z' repeated for every byte of the original file. ZDEL works for both text 
  13. and binary files. 
  14.  
  15. This is the second version of ZDEL. It is many times faster than the first 
  16. one. It takes about two seconds per 10KB to ZDEL a file, an acceptable wait. 
  17. The security of ZDEL has been enhanced from the previous version. The author 
  18. believes that a ZDELeted file cannot be recovered in its original form by 
  19. any means at all at the present level of technology. This includes the use 
  20. of supercomputers and magnetic analysis hardware. 
  21.  
  22. Invoke ZDEL by typing: zdel filename, where filename is the name of the
  23. target file to delete.  Just typing zdel also allows entry of the target
  24. file name later.  The user is given a chance to change his (her) mind about
  25. ZDELeting the file.
  26.  
  27. The source code for ZDEL, in C, is included for the edification of the
  28. programming literate.  Use and modification of the source is permissible
  29. with the written permission of the author, who is liberal about such
  30. matters.
  31.  
  32. ZDEL is part of the *ONETIME* shareware file security package. It is of
  33. course also fully functional as a stand-alone utility.
  34.  
  35. Warning: a ZDELeted file *cannot* be recovered.  Be absolutely certain that 
  36. you wish to "shred" the file before you use this utility.
  37.  
  38. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  39.  
  40. M\Cooper
  41. 3425 Chestnut Ridge Rd.
  42. Grantsville, MD 21536-9801
  43. --------------------------
  44. Email:  thegrendel@aol.com
  45.